home *** CD-ROM | disk | FTP | other *** search
/ Catch That Kid Press Kit / Catch That Kid Press Kit.iso / pc / notes / credits.swf / scripts / DefineButton2_118 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2003-12-16  |  105 b   |  5 lines

  1. on(release){
  2.    this.gotoAndStop("up");
  3.    _parent._parent._parent.controller.fitPageButton(this);
  4. }
  5.